home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / gawk-3.000 / gawk-3 / gawk-3.0.0 / test / rswhite.awk < prev    next >
Encoding:
AWK Script  |  1995-08-15  |  43 b   |  3 lines

  1. BEGIN { RS = "" }
  2. { printf("<%s>\n", $0) }
  3.